Homework 2¶
Group Members:
In [9]:
%%capture
#INCLUDING SCIENTIFIC AND NUMERICAL COMPUTING LIBRARIES
#Run this code to make sure that you have all the libraries at one go.
%pylab inline
import os
import pandas as pd
from IPython.display import Image
from IPython.display import YouTubeVideo
Part 1 Cline¶
1. Below is the screenshot after Cline is installed with the options window to set the LLM visible.¶
In [4]:
Image("ClineInstall.jpg")
Out[4]:
2. Below is the screenshot when DeepSeek API key was set and working properly.¶
In [6]:
Image("ClineDeepSeek.jpg", width = 600)
Out[6]:
3. Below is the screenshot of Jupyter extension installation.¶
In [7]:
Image("JupyterExtension.jpg")
Out[7]:
4. Below is the screen recording of a sample job being completed in VS Code by Cline extension.¶
In [10]:
video_id = 'sxILMAK6WDs'
YouTubeVideo(video_id, width=800, height=450)
Out[10]:
5. This is the screenshot of notebook after running in VS Code.¶
In [11]:
Image("NotebookVSCode.jpg")
Out[11]:
6. The total cost for the above job is $0.0009¶
7. The file format is a Jupyter notebook with ".ipynb" extension and can be open properly in Jupyter lab environment.¶
In [13]:
Image("JupyterLab.jpg", width = 600)
Out[13]:
8. Cline is easy to use and will help a lot in creating Jupyter notebooks and writing in proper structure. Using Cline in VS Code should be more convenient than using in Jupyter since terminal can be easily accessed at the same window.¶
Part 2 GitHub Copilot¶
In [14]:
Image("Copilot.jpg")
Out[14]:
Part 3 Bolt¶
In [15]:
Image("BoltCode.jpg")
Out[15]:
In [16]:
Image("BoltPreview.jpg")
Out[16]:
In [ ]: